.b_icon-banner
{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 60px 0px;
	align-items: center;
	gap: 39px;
	position: relative;

	h2, .h2
	{
		font-family: Jost;
		font-size: 36px;
		font-weight: 400;
		font-style: normal;
		color: #FFF;
		line-height: 40px /* 111% */;
		text-align: center;
	}

	p, .p
	{
		font-family: Jost;
		font-size: 26px;
		font-weight: 400;
		font-style: normal;
		color: #DFDFDF;
		line-height: 30px /* 115% */;
		text-align: center;
	}

	.text-area-2
	{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 30px;
		position: relative;
		flex: 0 0 auto;
		width: 100%;
		order: 0;
	}

	h2.heading-2
	{
		align-self: stretch;
		order: 0;
	}

	.body-2
	{
		align-self: stretch;
		order: 1;
	}

	.logo-2
	{
		max-width: 270px;
		max-height: 200px;
		position: relative;
		flex: 0 0 71.798px;
		flex-shrink: 0;
		object-fit: cover;
		aspect-ratio: 67 / 18;
		order: 1;
	}

	@media (min-width: 1440px)
	{
		width: 100%;
		padding: 0px 59px 3px 59px;
		justify-content: center;
		gap: 60px;
		height: initial;

		.text-area-2
		{
			justify-content: initial;
		}

		.heading-2
		{
			font-size: 48px;
			line-height: 52px /* 108% */;
			align-self: initial;
		}

		.body-2
		{
			align-self: initial;
		}

		.logo-2
		{
			max-width: 377px;
			max-height:300px;
			flex: 0 0 101px;
			/* aspect-ratio: 377 / 101; */
			flex-shrink: initial;
		}
	}
}
